Skip to main content
POST
Submit an arbitrary image generation job. Returns a job_id in <2s.

Authorizations

X-Service-Token
string
header
required

Body

application/json
prompt
string
required
model
string | null
default:flux-2-pro
width
integer | null
height
integer | null
aspect_ratio
string | null
job_id
string
default:""

Response

Tool result. The shape is tool-specific; most tools return a JSON object, some a {"result": ...} envelope.

The response is of type object.